GrapeCity InputMan for Windows Forms 11.0J
GetInvalidItems(Control) メソッド

コントロールを表すControlオブジェクト。
指定されたコントロールについて、検証結果が「無効」となった検証アイテムを取得します。
シンタックス
Public Overloads Function GetInvalidItems( _
   ByVal control As Control _
) As CollectionBase(Of Validator(Of T))
public CollectionBase<Validator<T>> GetInvalidItems( 
   Control control
)

パラメータ

control
コントロールを表すControlオブジェクト。

戻り値の型

検証結果が「無効」となった検証アイテムを表す。 CollectionBase< Validator<T>.ValidateItem>オブジェクト。
参照

参照

Validator<T> クラス
Validator<T> メンバ
オーバーロード一覧

 

 


© 2004 GrapeCity inc. All rights reserved.